home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000757_tim@maths.tcd.ie_Tue Jul 12 14:02:52 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from salmon.maths.tcd.ie by cs.umb.edu with SMTP id AA28309
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 12 Jul 1994 14:02:52 -0400
  3. Received: from hamilton.maths.tcd.ie by salmon.maths.tcd.ie
  4.            Via SMTP (FibreOptic) id aa17254; 12 Jul 94 19:02 BST
  5. Subject: Re: Probs with web2c-6.1
  6. To: Andreas Bagge <bagge@gih.uni-hannover.de>
  7. Date: Tue, 12 Jul 1994 19:02:38 (BST)
  8. From: Timothy Murphy <tim@maths.tcd.ie>
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: <199407121733.AA27119@cs.umb.edu> from "Andreas Bagge" at Jul 12, 94 07:32:52 pm
  11. X-Mailer: ELM [version 2.4 PL21]
  12. Mime-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 320       
  16. Message-Id:  <9407121902.aa03466@hamilton.maths.tcd.ie>
  17.  
  18. > I tried to compile web2c on my HP9000/425e running HP-UX 8.0i
  19. > with GCC and the HP-cc.
  20. > Problem: undefined external _yywrap
  21.  
  22. This has nothing to do with web2c --
  23. it is a problem with your lex (or flex).
  24. I think if you say
  25.  
  26. #define yywrap() 1
  27.  
  28. in an appropriate place, eg web2c.h,
  29. the problem should go away.
  30.  
  31.